POST api/CorreosEtiquetas
Request Information
URI Parameters
None.
Body Parameters
CorreosTAuth| Name | Description | Type | Additional information |
|---|---|---|---|
| operation | string |
None. |
|
| dt | date |
None. |
|
| df | date |
None. |
|
| token | string |
None. |
|
| idCorreo | integer |
None. |
|
| PostoImp | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"operation": "sample string 1",
"dt": "2025-12-16T10:46:50.1797714+00:00",
"df": "2025-12-16T10:46:50.1797714+00:00",
"token": "sample string 4",
"idCorreo": 5,
"PostoImp": 1
}
application/xml, text/xml
Sample:
<CorreosTAuth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi_DoreeIT.Models"> <PostoImp>1</PostoImp> <df>2025-12-16T10:46:50.1797714+00:00</df> <dt>2025-12-16T10:46:50.1797714+00:00</dt> <idCorreo>5</idCorreo> <operation>sample string 1</operation> <token>sample string 4</token> </CorreosTAuth>
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. |