POST api/AccountsPayRecFollowUpHistory/Save
Request Information
URI Parameters
None.
Body Parameters
AccountsPayRecFollowUpHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| CommentsDate | date |
None. |
|
| EntryDate | date |
None. |
|
| FollowupDate | date |
None. |
|
| PromiseDate | date |
None. |
|
| ChartOfAccountId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| DocumentTypeIdRef | integer |
None. |
|
| EntryUser | integer |
None. |
|
| Id | integer |
None. |
|
| NextFollowupDays | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| CommentsDetail | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CommentsDate": "2025-10-29T13:16:52.9475826+05:00",
"EntryDate": "2025-10-29T13:16:52.9475826+05:00",
"FollowupDate": "2025-10-29T13:16:52.9475826+05:00",
"PromiseDate": "2025-10-29T13:16:52.9475826+05:00",
"ChartOfAccountId": 5,
"CompanyId": 6,
"DocumentTypeIdRef": 7,
"EntryUser": 8,
"Id": 9,
"NextFollowupDays": 10,
"OrganizationId": 11,
"CommentsDetail": "sample string 12"
}
application/xml, text/xml
Sample:
<AccountsPayRecFollowUpHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.Accounts"> <ChartOfAccountId>5</ChartOfAccountId> <CommentsDate>2025-10-29T13:16:52.9475826+05:00</CommentsDate> <CommentsDetail>sample string 12</CommentsDetail> <CompanyId>6</CompanyId> <DocumentTypeIdRef>7</DocumentTypeIdRef> <EntryDate>2025-10-29T13:16:52.9475826+05:00</EntryDate> <EntryUser>8</EntryUser> <FollowupDate>2025-10-29T13:16:52.9475826+05:00</FollowupDate> <Id>9</Id> <NextFollowupDays>10</NextFollowupDays> <OrganizationId>11</OrganizationId> <PromiseDate>2025-10-29T13:16:52.9475826+05:00</PromiseDate> </AccountsPayRecFollowUpHistory>
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.