POST api/GetLoadCurrentOrderById
Request Information
URI Parameters
None.
Body Parameters
CurrentOrderRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| IdentificationDocument | string |
None. |
|
| Date | date |
None. |
|
| IdentificationType | IdentificationType |
None. |
|
| Environment | string |
None. |
|
| LeadId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"IdentificationDocument": "sample string 2",
"Date": "2025-12-06T03:58:00.8605176-04:00",
"IdentificationType": 100000000,
"Environment": "sample string 4",
"LeadId": "sample string 5"
}
application/xml, text/xml
Sample:
<CurrentOrderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/cSendEmail.APIv2.Models"> <Date>2025-12-06T03:58:00.8605176-04:00</Date> <Environment>sample string 4</Environment> <Id>sample string 1</Id> <IdentificationDocument>sample string 2</IdentificationDocument> <IdentificationType>Pasaporte</IdentificationType> <LeadId>sample string 5</LeadId> </CurrentOrderRequest>
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. |