POST api/Document/AuthReport/{countryName}/{consulate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| countryName | string |
Required |
|
| consulate | string |
Required |
Body Parameters
UpdateConsulateDocuments| Name | Description | Type | Additional information |
|---|---|---|---|
| Documents | Collection of ConsulateDocumentDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"Documents": [
{
"InvoiceDocumentId": 1,
"SmallLabel": "sample string 2",
"CompanyName": "sample string 3",
"ReceivedDate": "2025-12-12T17:45:23.5097668-05:00",
"UsdDocTypeId": 5,
"UsdDocTypeName": "sample string 6",
"DocumentFees": 7.0
},
{
"InvoiceDocumentId": 1,
"SmallLabel": "sample string 2",
"CompanyName": "sample string 3",
"ReceivedDate": "2025-12-12T17:45:23.5097668-05:00",
"UsdDocTypeId": 5,
"UsdDocTypeName": "sample string 6",
"DocumentFees": 7.0
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.