POST Pickbons/GetPickbonsAreSoftBlocked
Controleer of de pickbonnen soft blocked zijn en zo ja, door wie en wanneer?
Request Information
URI Parameters
None.
Body Parameters
ID van de pickbon
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/xml, text/xml
Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <int>1</int> <int>2</int> </ArrayOfint>
Response Information
Resource Description
Logic4ResponseListOfPickbonSoftBlockedName | Description | Type | Additional information |
---|---|---|---|
Records | Collection of PickbonSoftBlocked |
None. |
|
RecordsCounter | integer |
None. |
|
ValidationMessages |
Eventuele foutmeldingen |
Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Records": [ { "UserId": 1, "SoftBlockedAt": "2021-01-16T16:25:13.8258196+01:00", "Username": "sample string 1", "OrderHeadPickbonId": 2 }, { "UserId": 1, "SoftBlockedAt": "2021-01-16T16:25:13.8258196+01:00", "Username": "sample string 1", "OrderHeadPickbonId": 2 } ], "RecordsCounter": 2, "ValidationMessages": [ "sample string 1", "sample string 2" ] }
application/xml, text/xml
Sample:
<Logic4ResponseListOfPickbonSoftBlockedLnN1pw8Y xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webware.Logic4.Classes.ResponseModels"> <ValidationMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </ValidationMessages> <Records xmlns:d2p1="http://schemas.datacontract.org/2004/07/Webware.Logic4.Classes.Models"> <d2p1:PickbonSoftBlocked> <d2p1:OrderHeadPickbonId>2</d2p1:OrderHeadPickbonId> <d2p1:SoftBlockedAt>2021-01-16T16:25:13.8258196+01:00</d2p1:SoftBlockedAt> <d2p1:UserId>1</d2p1:UserId> <d2p1:Username>sample string 1</d2p1:Username> </d2p1:PickbonSoftBlocked> <d2p1:PickbonSoftBlocked> <d2p1:OrderHeadPickbonId>2</d2p1:OrderHeadPickbonId> <d2p1:SoftBlockedAt>2021-01-16T16:25:13.8258196+01:00</d2p1:SoftBlockedAt> <d2p1:UserId>1</d2p1:UserId> <d2p1:Username>sample string 1</d2p1:Username> </d2p1:PickbonSoftBlocked> </Records> </Logic4ResponseListOfPickbonSoftBlockedLnN1pw8Y>