POST api/SlotContract/GetSlotCostDetails

Request Information

URI Parameters

None.

Body Parameters

SlotInput
NameDescriptionTypeAdditional information
SLC_ID

integer

None.

SLC_POL_ID

integer

None.

SLC_POD_ID

integer

None.

SLC_CP_ID

integer

None.

SLC_CONT_TYPE_ID

integer

None.

SLC_COMMODITY_ID

integer

None.

SLC_LADEN

string

None.

SLC_OPERATOR_ID

integer

None.

SLC_CARRIER_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SLC_ID": 1,
  "SLC_POL_ID": 1,
  "SLC_POD_ID": 1,
  "SLC_CP_ID": 1,
  "SLC_CONT_TYPE_ID": 1,
  "SLC_COMMODITY_ID": 1,
  "SLC_LADEN": "sample string 1",
  "SLC_OPERATOR_ID": 1,
  "SLC_CARRIER_ID": 1
}

application/xml, text/xml

Sample:
<SlotInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <SLC_CARRIER_ID>1</SLC_CARRIER_ID>
  <SLC_COMMODITY_ID>1</SLC_COMMODITY_ID>
  <SLC_CONT_TYPE_ID>1</SLC_CONT_TYPE_ID>
  <SLC_CP_ID>1</SLC_CP_ID>
  <SLC_ID>1</SLC_ID>
  <SLC_LADEN>sample string 1</SLC_LADEN>
  <SLC_OPERATOR_ID>1</SLC_OPERATOR_ID>
  <SLC_POD_ID>1</SLC_POD_ID>
  <SLC_POL_ID>1</SLC_POL_ID>
</SlotInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.