POST api/ASS_CompAccounting
Request Information
URI Parameters
None.
Body Parameters
ASS_CompAccounting| Name | Description | Type | Additional information |
|---|---|---|---|
| IdCompAcc | decimal number |
None. |
|
| IdCompany | decimal number |
None. |
|
| dateAcc | date |
None. |
|
| Dsc | string |
None. |
|
| deposit | decimal number |
None. |
|
| Withdraw | decimal number |
None. |
|
| IdType | decimal number |
None. |
|
| IdWay | decimal number |
None. |
|
| year | integer |
None. |
|
| mount | integer |
None. |
|
| IdTransaction | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdCompAcc": 1.0,
"IdCompany": 1.0,
"dateAcc": "2025-10-28T07:56:56.7391119+03:30",
"Dsc": "sample string 2",
"deposit": 1.0,
"Withdraw": 1.0,
"IdType": 1.0,
"IdWay": 1.0,
"year": 1,
"mount": 1,
"IdTransaction": "sample string 3"
}
text/html
Sample:
{"IdCompAcc":1.0,"IdCompany":1.0,"dateAcc":"2025-10-28T07:56:56.7391119+03:30","Dsc":"sample string 2","deposit":1.0,"Withdraw":1.0,"IdType":1.0,"IdWay":1.0,"year":1,"mount":1,"IdTransaction":"sample string 3"}
application/xml, text/xml
Sample:
<ASS_CompAccounting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models"> <Dsc>sample string 2</Dsc> <IdCompAcc>1</IdCompAcc> <IdCompany>1</IdCompany> <IdTransaction>sample string 3</IdTransaction> <IdType>1</IdType> <IdWay>1</IdWay> <Withdraw>1</Withdraw> <dateAcc>2025-10-28T07:56:56.7391119+03:30</dateAcc> <deposit>1</deposit> <mount>1</mount> <year>1</year> </ASS_CompAccounting>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ASS_CompAccounting| Name | Description | Type | Additional information |
|---|---|---|---|
| IdCompAcc | decimal number |
None. |
|
| IdCompany | decimal number |
None. |
|
| dateAcc | date |
None. |
|
| Dsc | string |
None. |
|
| deposit | decimal number |
None. |
|
| Withdraw | decimal number |
None. |
|
| IdType | decimal number |
None. |
|
| IdWay | decimal number |
None. |
|
| year | integer |
None. |
|
| mount | integer |
None. |
|
| IdTransaction | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdCompAcc": 1.0,
"IdCompany": 1.0,
"dateAcc": "2025-10-28T07:56:56.7398647+03:30",
"Dsc": "sample string 2",
"deposit": 1.0,
"Withdraw": 1.0,
"IdType": 1.0,
"IdWay": 1.0,
"year": 1,
"mount": 1,
"IdTransaction": "sample string 3"
}
text/html
Sample:
{"IdCompAcc":1.0,"IdCompany":1.0,"dateAcc":"2025-10-28T07:56:56.7398647+03:30","Dsc":"sample string 2","deposit":1.0,"Withdraw":1.0,"IdType":1.0,"IdWay":1.0,"year":1,"mount":1,"IdTransaction":"sample string 3"}
application/xml, text/xml
Sample:
<ASS_CompAccounting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models"> <Dsc>sample string 2</Dsc> <IdCompAcc>1</IdCompAcc> <IdCompany>1</IdCompany> <IdTransaction>sample string 3</IdTransaction> <IdType>1</IdType> <IdWay>1</IdWay> <Withdraw>1</Withdraw> <dateAcc>2025-10-28T07:56:56.7398647+03:30</dateAcc> <deposit>1</deposit> <mount>1</mount> <year>1</year> </ASS_CompAccounting>