POST api/{database}/GetSupplierIdCommand
No Documentation Found.
Response Information
Response body formats
application/json, text/json
            Sample:
        
{
  "result": "sample string 1"
}
        application/xml, text/xml
            Sample:
<GetSupplierIdCommand 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> </GetSupplierIdCommand>