POST api/AsnArn/PostActualizarArn/{id}?arn={arn}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| arn | string |
Required |
Body Parameters
None.
Response Information
Resource Description
amz_packout| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| arn | string |
None. |
|
| usuarioCreo | string |
None. |
|
| fechaCreacion | date |
None. |
|
| estatus | integer |
None. |
|
| tarimas | integer |
None. |
|
| cajas | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"arn": "sample string 2",
"usuarioCreo": "sample string 3",
"fechaCreacion": "2026-01-20T18:49:56.9814365-06:00",
"estatus": 1,
"tarimas": 1,
"cajas": 1
}