POST api/CommodityApi/GetCustomerContract
Request Information
URI Parameters
None.
Body Parameters
ApiParamOfObjectAndCustomerContractName | Description | Type | Additional information |
---|---|---|---|
AuthKey | AuthenticationKey |
Required |
|
Criteria | Object |
Required |
|
Data | CustomerContract |
Required |
Request Formats
application/json, text/json
Sample:
{ "AuthKey": { "WebServiceKey": "sample string 1", "CompanyID": 1, "AppSource": "sample string 2", "AppSourceTeam": "sample string 3" }, "Criteria": {}, "Data": { "CommodityIdentifier": "sample string 1", "LDCAccountIdentifier": "sample string 2" } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CustomerContractRSName | Description | Type | Additional information |
---|---|---|---|
ResponseCode | string |
None. |
|
ResponseMessage | string |
None. |
|
ResponseData | DataTable |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResponseCode": "sample string 1", "ResponseMessage": "sample string 2", "ResponseData": null }