POST ApplicationLog/LogIntegratedDynamic365_Create
Request Information
URI Parameters
None.
Body Parameters
LogIntegratedDynamic365| Name | Description | Type | Additional information |
|---|---|---|---|
| IntegratedType | string |
None. |
|
| Data | string |
None. |
|
| StatusCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IntegratedType": "sample string 1",
"Data": "sample string 2",
"StatusCode": "sample string 3"
}
application/xml, text/xml
Sample:
<LogIntegratedDynamic365 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO.Dynamic365"> <Data>sample string 2</Data> <IntegratedType>sample string 1</IntegratedType> <StatusCode>sample string 3</StatusCode> </LogIntegratedDynamic365>
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>