POST Suppliapi/LogVisitSalesRep/postAccountLogXref
Request Information
URI Parameters
None.
Body Parameters
accountLogXref| Name | Description | Type | Additional information |
|---|---|---|---|
| accountLogXrefId | integer |
None. |
|
| accountLogSourceId | integer |
None. |
|
| accountLogId | integer |
None. |
|
| accountId | integer |
None. |
|
| genGPSDataId | integer |
None. |
|
| note | string |
None. |
|
| active | boolean |
None. |
|
| tenantId | integer |
None. |
|
| updatedById | integer |
None. |
|
| createdById | integer |
None. |
|
| modifyDateTime | date |
None. |
|
| insertDateTime | date |
None. |
|
| amount | decimal number |
None. |
|
| actionLogId | integer |
None. |
|
| registerId | integer |
None. |
|
| starSession | date |
None. |
|
| endSession | date |
None. |
|
| startSessionSocial | string |
None. |
|
| orderCountry | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"accountLogXrefId": 1,
"accountLogSourceId": 2,
"accountLogId": 3,
"accountId": 4,
"genGPSDataId": 1,
"note": "sample string 5",
"active": true,
"tenantId": 7,
"updatedById": 1,
"createdById": 8,
"modifyDateTime": "2025-11-05T16:24:55.1945882-06:00",
"insertDateTime": "2025-11-05T16:24:55.1945882-06:00",
"amount": 1.0,
"actionLogId": 1,
"registerId": 1,
"starSession": "2025-11-05T16:24:55.1945882-06:00",
"endSession": "2025-11-05T16:24:55.1945882-06:00",
"startSessionSocial": "sample string 10",
"orderCountry": "sample string 11"
}
application/xml, text/xml
Sample:
<accountLogXref xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuppliModel"> <accountId>4</accountId> <accountLogId>3</accountLogId> <accountLogSourceId>2</accountLogSourceId> <accountLogXrefId>1</accountLogXrefId> <actionLogId>1</actionLogId> <active>true</active> <amount>1</amount> <createdById>8</createdById> <endSession>2025-11-05T16:24:55.1945882-06:00</endSession> <genGPSDataId>1</genGPSDataId> <insertDateTime>2025-11-05T16:24:55.1945882-06:00</insertDateTime> <modifyDateTime>2025-11-05T16:24:55.1945882-06:00</modifyDateTime> <note>sample string 5</note> <orderCountry>sample string 11</orderCountry> <registerId>1</registerId> <starSession>2025-11-05T16:24:55.1945882-06:00</starSession> <startSessionSocial>sample string 10</startSessionSocial> <tenantId>7</tenantId> <updatedById>1</updatedById> </accountLogXref>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |