POST api/Cust_acc_type

Request Information

URI Parameters

None.

Body Parameters

Cust_Acc_type
NameDescriptionTypeAdditional information
Cust_acc_Type_id

integer

None.

Acc_name

string

None.

Acc_name_RL

string

None.

User_name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Cust_acc_Type_id": 1,
  "Acc_name": "sample string 2",
  "Acc_name_RL": "sample string 3",
  "User_name": "sample string 4"
}

application/xml, text/xml

Sample:
<Cust_Acc_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Finex_api.Models">
  <Acc_name>sample string 2</Acc_name>
  <Acc_name_RL>sample string 3</Acc_name_RL>
  <Cust_acc_Type_id>1</Cust_acc_Type_id>
  <User_name>sample string 4</User_name>
</Cust_Acc_type>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.