POST api/{database}/GetCustomerIdCommand
Execute the GetCustomerIdCommand
Response Information
Response body formats
application/json, text/json
Sample:
{ "result": "sample string 1" }
application/xml, text/xml
Sample:
<GetCustomerIdCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.CRM.Commands"> <Result>sample string 1</Result> </GetCustomerIdCommand>