POST ContractBind/NewStampRequest
Request Information
URI Parameters
None.
Body Parameters
ContractBindSubmitRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| StampreferenceNo | string |
None. |
|
| Offset | integer |
None. |
|
| Comment | string |
None. |
|
| MarketId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StampreferenceNo": "sample string 1",
"Offset": 2,
"Comment": "sample string 3",
"MarketId": 4
}
application/xml, text/xml
Sample:
<ContractBindSubmitRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Placements.WebAPI.Controllers.ContractBind.Models"> <Comment>sample string 3</Comment> <MarketId>4</MarketId> <Offset>2</Offset> <StampreferenceNo>sample string 1</StampreferenceNo> </ContractBindSubmitRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |