GET API/AgendCntrManter/CarregarQtdDisponivelVaziosPti?agendId={agendId}&transpId={transpId}&armId={armId}&booking={booking}
Carrega a quantidade de cntrs disponíveis para retiradas de vazios PTI.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
agendId | decimal number |
Required |
|
transpId | decimal number |
Required |
|
armId | decimal number |
Required |
|
booking | string |
Required |
Body Parameters
None.
Response Information
Resource Description
WilsonSons.Terminais.WSNegocio.Negocio.Core.AgendCntr+ResultPtiName | Description | Type | Additional information |
---|---|---|---|
Mensagem | string |
None. |
|
Sucesso | boolean |
None. |
|
QtdDisponivelVazio | integer |
None. |
|
BookingPti | WilsonSons.Terminais.WSNegocio.Modelo.ScBookingsPti |
None. |
Response Formats
application/json, text/json
Sample:
{ "Mensagem": "sample string 1", "Sucesso": true, "QtdDisponivelVazio": 3, "BookingPti": { "Id": 1.0, "Booking": "sample string 2", "ArmId": 3.0, "TranspId": 4.0, "Quantidade": 5.0, "Temperatura": 6.0, "UserCriacao": "sample string 7", "DtCriacao": "2025-06-06T21:33:54.5414589-03:00", "UserAlteracao": "sample string 9", "DtAlteracao": "2025-06-06T21:33:54.5414589-03:00", "TypeIsoId": "sample string 11", "DtAgend": "2025-06-06T21:33:54.5414589-03:00", "ScBookingPtiTipo": { "Id": 1.0, "DscTipo": "sample string 2", "GrupoN4": "sample string 3" }, "ScPtiObs": { "Id": 1.0, "ObsPti": "sample string 2" } } }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.