POST api/PriceBook/PriceBooksFromCRM
Request Information
URI Parameters
None.
Body Parameters
PriceBooksRequestCRMName | Description | Type | Additional information |
---|---|---|---|
BusinessPartnerId | string |
None. |
|
LogisticCompanyId | string |
None. |
|
CurrencyCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "BusinessPartnerId": "sample string 1", "LogisticCompanyId": "sample string 2", "CurrencyCode": "sample string 3" }
application/xml, text/xml
Sample:
<PriceBooksRequestCRM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Microservices.Application.QuickQuote.Entities.Request"> <BusinessPartnerId>sample string 1</BusinessPartnerId> <CurrencyCode>sample string 3</CurrencyCode> <LogisticCompanyId>sample string 2</LogisticCompanyId> </PriceBooksRequestCRM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |