POST api/ExImProceedsChargesType/Save
Request Information
URI Parameters
None.
Body Parameters
ExImProceedsChargesType| Name | Description | Type | Additional information |
|---|---|---|---|
| EntryDate | date |
None. |
|
| ModifyDate | date |
None. |
|
| CompanyId | integer |
None. |
|
| EntryUser | integer |
None. |
|
| Id | integer |
None. |
|
| ModifyUser | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| ProceedsChargesGlAccount | integer |
None. |
|
| ProceedsChargesTypeCode | string |
None. |
|
| ProceedsChargesTypedescription | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EntryDate": "2025-10-29T13:14:39.6350861+05:00",
"ModifyDate": "2025-10-29T13:14:39.6350861+05:00",
"CompanyId": 3,
"EntryUser": 4,
"Id": 5,
"ModifyUser": 6,
"OrganizationId": 7,
"ProceedsChargesGlAccount": 8,
"ProceedsChargesTypeCode": "sample string 9",
"ProceedsChargesTypedescription": "sample string 10"
}
application/xml, text/xml
Sample:
<ExImProceedsChargesType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Export"> <CompanyId>3</CompanyId> <EntryDate>2025-10-29T13:14:39.6350861+05:00</EntryDate> <EntryUser>4</EntryUser> <Id>5</Id> <ModifyDate>2025-10-29T13:14:39.6350861+05:00</ModifyDate> <ModifyUser>6</ModifyUser> <OrganizationId>7</OrganizationId> <ProceedsChargesGlAccount>8</ProceedsChargesGlAccount> <ProceedsChargesTypeCode>sample string 9</ProceedsChargesTypeCode> <ProceedsChargesTypedescription>sample string 10</ProceedsChargesTypedescription> </ExImProceedsChargesType>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.