FractusApi
Click here for a complete list of operations.
MaerskUserWarehouseAccessNew
Add warehouse access to a Maersk user
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /FractusApi.asmx HTTP/1.1 Host: fractusapi-vscm.azurewebsites.net Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://VisibleSCM.com/MaerskUserWarehouseAccessNew" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <MaerskUserWarehouseAccessNew xmlns="http://VisibleSCM.com/"> <SecurityToken>string</SecurityToken> <user> <UserID xmlns="UserPSClients">int</UserID> <UserName xmlns="UserPSClients">string</UserName> <LoginName xmlns="UserPSClients">string</LoginName> <Password xmlns="UserPSClients">string</Password> <SecurityProfileID xmlns="UserPSClients">int</SecurityProfileID> <ProstarUserStatus xmlns="UserPSClients">boolean</ProstarUserStatus> <ClientID xmlns="UserPSClients">int</ClientID> <DefaultClientID xmlns="UserPSClients">int</DefaultClientID> <DefaultWarehouseId xmlns="UserPSClients">int</DefaultWarehouseId> <IsInternal xmlns="UserPSClients">boolean</IsInternal> <SecurityToken xmlns="UserPSClients">string</SecurityToken> </user> <warehouse> <WarehouseID>int</WarehouseID> <WarehouseName>string</WarehouseName> <Active>boolean</Active> <Users> <MaerskUser> <UserID>int</UserID> <UserName>string</UserName> <LoginName>string</LoginName> <Password>string</Password> <SecurityProfileID>int</SecurityProfileID> <ProstarUserStatus>boolean</ProstarUserStatus> <ClientID>int</ClientID> <DefaultClientID>int</DefaultClientID> <DefaultWarehouseId>int</DefaultWarehouseId> <SecurityToken>string</SecurityToken> </MaerskUser> <MaerskUser> <UserID>int</UserID> <UserName>string</UserName> <LoginName>string</LoginName> <Password>string</Password> <SecurityProfileID>int</SecurityProfileID> <ProstarUserStatus>boolean</ProstarUserStatus> <ClientID>int</ClientID> <DefaultClientID>int</DefaultClientID> <DefaultWarehouseId>int</DefaultWarehouseId> <SecurityToken>string</SecurityToken> </MaerskUser> </Users> </warehouse> </MaerskUserWarehouseAccessNew> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <MaerskUserWarehouseAccessNewResponse xmlns="http://VisibleSCM.com/"> <MaerskUserWarehouseAccessNewResult> <ClientName>string</ClientName> <ResultCode>string</ResultCode> <ErrorMessage>string</ErrorMessage> <ExecutionTime>long</ExecutionTime> </MaerskUserWarehouseAccessNewResult> </MaerskUserWarehouseAccessNewResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /FractusApi.asmx HTTP/1.1 Host: fractusapi-vscm.azurewebsites.net Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <MaerskUserWarehouseAccessNew xmlns="http://VisibleSCM.com/"> <SecurityToken>string</SecurityToken> <user> <UserID xmlns="UserPSClients">int</UserID> <UserName xmlns="UserPSClients">string</UserName> <LoginName xmlns="UserPSClients">string</LoginName> <Password xmlns="UserPSClients">string</Password> <SecurityProfileID xmlns="UserPSClients">int</SecurityProfileID> <ProstarUserStatus xmlns="UserPSClients">boolean</ProstarUserStatus> <ClientID xmlns="UserPSClients">int</ClientID> <DefaultClientID xmlns="UserPSClients">int</DefaultClientID> <DefaultWarehouseId xmlns="UserPSClients">int</DefaultWarehouseId> <IsInternal xmlns="UserPSClients">boolean</IsInternal> <SecurityToken xmlns="UserPSClients">string</SecurityToken> </user> <warehouse> <WarehouseID>int</WarehouseID> <WarehouseName>string</WarehouseName> <Active>boolean</Active> <Users> <MaerskUser> <UserID>int</UserID> <UserName>string</UserName> <LoginName>string</LoginName> <Password>string</Password> <SecurityProfileID>int</SecurityProfileID> <ProstarUserStatus>boolean</ProstarUserStatus> <ClientID>int</ClientID> <DefaultClientID>int</DefaultClientID> <DefaultWarehouseId>int</DefaultWarehouseId> <SecurityToken>string</SecurityToken> </MaerskUser> <MaerskUser> <UserID>int</UserID> <UserName>string</UserName> <LoginName>string</LoginName> <Password>string</Password> <SecurityProfileID>int</SecurityProfileID> <ProstarUserStatus>boolean</ProstarUserStatus> <ClientID>int</ClientID> <DefaultClientID>int</DefaultClientID> <DefaultWarehouseId>int</DefaultWarehouseId> <SecurityToken>string</SecurityToken> </MaerskUser> </Users> </warehouse> </MaerskUserWarehouseAccessNew> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <MaerskUserWarehouseAccessNewResponse xmlns="http://VisibleSCM.com/"> <MaerskUserWarehouseAccessNewResult> <ClientName>string</ClientName> <ResultCode>string</ResultCode> <ErrorMessage>string</ErrorMessage> <ExecutionTime>long</ExecutionTime> </MaerskUserWarehouseAccessNewResult> </MaerskUserWarehouseAccessNewResponse> </soap12:Body> </soap12:Envelope>