POST finance/cashregisters/types
Request Information
URI Parameters
None.
Body Parameters
RegisterType| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| Status | integer |
None. |
|
| Name | string |
None. |
|
| COAName | string |
None. |
|
| AnalyticsType | string |
None. |
|
| Description | string |
None. |
|
| COA | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"CategoryID": 2,
"Status": 3,
"Name": "sample string 4",
"COAName": "sample string 5",
"AnalyticsType": "sample string 6",
"Description": "sample string 7",
"COA": "sample string 8"
}
text/xml
Sample:
<RegisterType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pixfin.DTO.Finance.Cash"> <AnalyticsType>sample string 6</AnalyticsType> <COA>sample string 8</COA> <COAName>sample string 5</COAName> <CategoryID>2</CategoryID> <Description>sample string 7</Description> <ID>1</ID> <Name>sample string 4</Name> <Status>3</Status> </RegisterType>
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. |