POST api/CreditSafe/GetCompanyIdFromName
Request Information
URI Parameters
None.
Body Parameters
CreditSafeCompanyQueryName | Description | Type | Additional information |
---|---|---|---|
CompanyName | string |
None. |
|
PageSize | integer |
None. |
|
Page | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CompanyName": "sample string 1", "PageSize": 2, "Page": 3 }
application/xml, text/xml
Sample:
<CreditSafeCompanyQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Focus247_2022.CreditSafeModels"> <CompanyName>sample string 1</CompanyName> <Page>3</Page> <PageSize>2</PageSize> </CreditSafeCompanyQuery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.