POST api/CourierIDNew
Request Information
URI Parameters
None.
Body Parameters
Login2Name | Description | Type | Additional information |
---|---|---|---|
code | string |
None. |
|
name | string |
None. |
|
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "code": "sample string 1", "name": "sample string 2", "email": "sample string 3" }
text/xml
Sample:
<Login2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WoApp.Controllers"> <Code>sample string 1</Code> <Email>sample string 3</Email> <Name>sample string 2</Name> </Login2>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |