POST api/Integrations/Sage/Auth
Get Production Totals
Request Information
URI Parameters
None.
Body Parameters
IBMS_Cloud_API.Controllers.PortalAuthController+LoginInfoName | Description | Type | Additional information |
---|---|---|---|
string |
None. |
||
Username | string |
None. |
|
Password | string |
None. |
|
ProductID | integer |
None. |
|
SessionID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Email": "sample string 1", "Username": "sample string 2", "Password": "sample string 3", "ProductID": 4, "SessionID": "sample string 5" }
text/html
Sample:
{"Email":"sample string 1","Username":"sample string 2","Password":"sample string 3","ProductID":4,"SessionID":"sample string 5"}
application/xml, text/xml
Sample:
<PortalAuthController.LoginInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IBMS_Cloud_API.Controllers"> <Email>sample string 1</Email> <Password>sample string 3</Password> <ProductID>4</ProductID> <SessionID>sample string 5</SessionID> <Username>sample string 2</Username> </PortalAuthController.LoginInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />