POST api/AdminServices/GetJasperTecherCode
Request Information
URI Parameters
None.
Body Parameters
GetJasperTecherCodePostName | Description | Type | Additional information |
---|---|---|---|
OrderId | string |
None. |
|
Key |
Key to Access API provided by GMetrix |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Key": "sample string 1", "OrderId": "sample string 1" }
application/xml, text/xml
Sample:
<GetJasperTecherCodePost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ManagementServicesApi.Models"> <Key>sample string 1</Key> <OrderId>sample string 1</OrderId> </GetJasperTecherCodePost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SuccessName | Description | Type | Additional information |
---|---|---|---|
Successful | boolean |
None. |
|
MsgSuccess | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Successful": true, "MsgSuccess": "sample string 2" }
application/xml, text/xml
Sample:
<Success xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ManagementServices.Repositories.Response"> <MsgSuccess>sample string 2</MsgSuccess> <Successful>true</Successful> </Success>