POST api/client/Create
Request Information
URI Parameters
None.
Body Parameters
Client| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | decimal number |
None. |
|
| ClientName | string |
None. |
|
| LinkCode | string |
None. |
|
| ClientAddress | string |
None. |
|
| ClientStatusName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": 1.1,
"ClientName": "sample string 2",
"LinkCode": "sample string 3",
"ClientAddress": "sample string 4",
"ClientStatusName": "sample string 5"
}
application/xml, text/xml
Sample:
<Client xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GMSClass.ClientData.Plain"> <ClientAddress>sample string 4</ClientAddress> <ClientId>1.1</ClientId> <ClientName>sample string 2</ClientName> <ClientStatusName>sample string 5</ClientStatusName> <LinkCode>sample string 3</LinkCode> </Client>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |