POST api/Prifix
Request Information
URI Parameters
None.
Body Parameters
PREFIX_MASTER| Name | Description | Type | Additional information |
|---|---|---|---|
| Prefix_id | integer |
None. |
|
| Prefix | string |
None. |
|
| Prefix_RL | string |
None. |
|
| User_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Prefix_id": 1,
"Prefix": "sample string 2",
"Prefix_RL": "sample string 3",
"User_name": "sample string 4"
}
application/xml, text/xml
Sample:
<PREFIX_MASTER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Finex_api.Models"> <Prefix>sample string 2</Prefix> <Prefix_RL>sample string 3</Prefix_RL> <Prefix_id>1</Prefix_id> <User_name>sample string 4</User_name> </PREFIX_MASTER>
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. |