POST Pickbons/GetIsPickbonSoftBlocked
Controleer of de pickbon soft blocked is en zo ja, door wie en wanneer?
Request Information
URI Parameters
None.
Body Parameters
ID van de pickbon
integerRequest Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>
Response Information
Resource Description
Logic4ResponseOfPickbonSoftBlockedName | Description | Type | Additional information |
---|---|---|---|
Value | PickbonSoftBlocked |
None. |
|
ValidationMessages |
Eventuele foutmeldingen |
Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Value": { "UserId": 1, "SoftBlockedAt": "2022-05-21T12:00:29.6338178+02:00", "Username": "sample string 1", "OrderHeadPickbonId": 2 }, "ValidationMessages": [ "sample string 1", "sample string 2" ] }
application/xml, text/xml
Sample:
<Logic4ResponseOfPickbonSoftBlockedLnN1pw8Y 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> <Value xmlns:d2p1="http://schemas.datacontract.org/2004/07/Webware.Logic4.Classes.Models"> <d2p1:OrderHeadPickbonId>2</d2p1:OrderHeadPickbonId> <d2p1:SoftBlockedAt>2022-05-21T12:00:29.6338178+02:00</d2p1:SoftBlockedAt> <d2p1:UserId>1</d2p1:UserId> <d2p1:Username>sample string 1</d2p1:Username> </Value> </Logic4ResponseOfPickbonSoftBlockedLnN1pw8Y>