POST api/v{version}/Assets/VatRegistryOut?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| version | string |
None. |
Body Parameters
VatRegistryOutDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AssetHeader1 | string |
None. |
|
| AssetStatusId | integer |
None. |
|
| HeaderId | string |
None. |
|
| OutDate | date |
None. |
|
| PlanOrderId | string |
None. |
|
| VisitTypeID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AssetHeader1": "sample string 1",
"AssetStatusId": 2,
"HeaderId": "sample string 3",
"OutDate": "2025-12-19T17:08:29.1883164+01:00",
"PlanOrderId": "sample string 5",
"VisitTypeID": 6
}
Response Information
Resource Description
ResponseDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Errors | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.