POST api/CourierID
Request Information
URI Parameters
None.
Body Parameters
Login1Name | Description | Type | Additional information |
---|---|---|---|
name | string |
None. |
|
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "name": "sample string 1", "email": "sample string 2" }
text/xml
Sample:
<Login1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WoApp.Controllers"> <Email>sample string 2</Email> <Name>sample string 1</Name> </Login1>
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. |