POST api/EndPoint/EndPointName
Request Information
URI Parameters
None.
Body Parameters
EndPointNameModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EndPointID | integer |
None. |
|
| EndPointName | string |
None. |
|
| SCC | integer |
None. |
|
| VoucherNo | integer |
None. |
|
| LangID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EndPointID": 1,
"EndPointName": "sample string 2",
"SCC": 3,
"VoucherNo": 4,
"LangID": 5
}
text/xml
Sample:
<EndPointNameModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCashAPI.Models"> <EndPointID>1</EndPointID> <EndPointName>sample string 2</EndPointName> <LangID>5</LangID> <SCC>3</SCC> <VoucherNo>4</VoucherNo> </EndPointNameModel>
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. |