PUT api/ImpDocsGO
Request Information
URI Parameters
None.
Body Parameters
ImpDocTAuth| Name | Description | Type | Additional information |
|---|---|---|---|
| operation | string |
None. |
|
| dt | date |
None. |
|
| df | date |
None. |
|
| token | string |
None. |
|
| PostoImp | integer |
None. |
|
| docs | Collection of ImpdocsGO |
None. |
Request Formats
application/json, text/json
Sample:
{
"operation": "sample string 1",
"dt": "2025-12-16T10:46:30.3263356+00:00",
"df": "2025-12-16T10:46:30.3263356+00:00",
"token": "sample string 4",
"PostoImp": 1,
"docs": [
{
"id": 1,
"InstId": 1,
"stampDoc": "sample string 2",
"ndoc": 1,
"uniqueid": "sample string 3",
"ndocType": "sample string 4",
"dataEnvio": "2025-12-16T10:46:30.3263356+00:00",
"impresso": true,
"dataImpressao": "2025-12-16T10:46:30.3419726+00:00"
},
{
"id": 1,
"InstId": 1,
"stampDoc": "sample string 2",
"ndoc": 1,
"uniqueid": "sample string 3",
"ndocType": "sample string 4",
"dataEnvio": "2025-12-16T10:46:30.3263356+00:00",
"impresso": true,
"dataImpressao": "2025-12-16T10:46:30.3419726+00:00"
}
]
}
application/xml, text/xml
Sample:
<ImpDocTAuth 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:30.3263356+00:00</df>
<docs>
<ImpdocsGO>
<InstId>1</InstId>
<dataEnvio>2025-12-16T10:46:30.3263356+00:00</dataEnvio>
<dataImpressao>2025-12-16T10:46:30.3419726+00:00</dataImpressao>
<id>1</id>
<impresso>true</impresso>
<ndoc>1</ndoc>
<ndocType>sample string 4</ndocType>
<stampDoc>sample string 2</stampDoc>
<uniqueid>sample string 3</uniqueid>
</ImpdocsGO>
<ImpdocsGO>
<InstId>1</InstId>
<dataEnvio>2025-12-16T10:46:30.3263356+00:00</dataEnvio>
<dataImpressao>2025-12-16T10:46:30.3419726+00:00</dataImpressao>
<id>1</id>
<impresso>true</impresso>
<ndoc>1</ndoc>
<ndocType>sample string 4</ndocType>
<stampDoc>sample string 2</stampDoc>
<uniqueid>sample string 3</uniqueid>
</ImpdocsGO>
</docs>
<dt>2025-12-16T10:46:30.3263356+00:00</dt>
<operation>sample string 1</operation>
<token>sample string 4</token>
</ImpDocTAuth>
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. |