POST ReportGeneratingHeader/ReportGeneratingHeader_Insert
Request Information
URI Parameters
None.
Body Parameters
ReportGeneratingHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportHID | integer |
None. |
|
| ReportPrimaryName | string |
None. |
|
| ReportSecondaryName | string |
None. |
|
| UserID | integer |
None. |
|
| CompanyId | integer |
None. |
|
| BranchId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportHID": 1,
"ReportPrimaryName": "sample string 2",
"ReportSecondaryName": "sample string 3",
"UserID": 4,
"CompanyId": 5,
"BranchId": 6
}
application/xml, text/xml
Sample:
<ReportGeneratingHeader xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO"> <BranchId>6</BranchId> <CompanyId>5</CompanyId> <ReportHID>1</ReportHID> <ReportPrimaryName>sample string 2</ReportPrimaryName> <ReportSecondaryName>sample string 3</ReportSecondaryName> <UserID>4</UserID> </ReportGeneratingHeader>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| IsScusses | boolean |
None. |
|
| ResponseDetails | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ErrorCode": 1,
"ErrorMessage": "sample string 2",
"IsScusses": true,
"ResponseDetails": {}
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accounting.API.Models"> <ErrorCode>1</ErrorCode> <ErrorMessage>sample string 2</ErrorMessage> <IsScusses>true</IsScusses> <ResponseDetails /> </Response>