GET api/PKGContract/{id}?productid={productid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| productid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CodeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FreightTypeCode | string |
None. |
|
| RentTypeCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"FreightTypeCode": "sample string 1",
"RentTypeCode": "sample string 2"
}
application/xml, text/xml
Sample:
<CodeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Net.MSCrm.Model"> <FreightTypeCode>sample string 1</FreightTypeCode> <RentTypeCode>sample string 2</RentTypeCode> </CodeModel>