POST api/CustomerQuotation/GetCustomerQuoList

Request Information

URI Parameters

None.

Body Parameters

GetCustomerQuotation
NameDescriptionTypeAdditional information
JOH_DOC_NUM

string

None.

JOH_REFERENCE

string

None.

JOH_POO_ID

integer

None.

JOH_POL_ID

integer

None.

JOH_POD_ID

integer

None.

JOH_POF_ID

integer

None.

JOH_AR_ID

integer

None.

JOH_STATUS

string

None.

JOH_SEARCH

string

None.

JOH_CP_ID

integer

None.

JOH_SALES_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "JOH_DOC_NUM": "sample string 1",
  "JOH_REFERENCE": "sample string 2",
  "JOH_POO_ID": 1,
  "JOH_POL_ID": 1,
  "JOH_POD_ID": 1,
  "JOH_POF_ID": 1,
  "JOH_AR_ID": 1,
  "JOH_STATUS": "sample string 3",
  "JOH_SEARCH": "sample string 4",
  "JOH_CP_ID": 1,
  "JOH_SALES_BY": 1
}

application/xml, text/xml

Sample:
<GetCustomerQuotation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <JOH_AR_ID>1</JOH_AR_ID>
  <JOH_CP_ID>1</JOH_CP_ID>
  <JOH_DOC_NUM>sample string 1</JOH_DOC_NUM>
  <JOH_POD_ID>1</JOH_POD_ID>
  <JOH_POF_ID>1</JOH_POF_ID>
  <JOH_POL_ID>1</JOH_POL_ID>
  <JOH_POO_ID>1</JOH_POO_ID>
  <JOH_REFERENCE>sample string 2</JOH_REFERENCE>
  <JOH_SALES_BY>1</JOH_SALES_BY>
  <JOH_SEARCH>sample string 4</JOH_SEARCH>
  <JOH_STATUS>sample string 3</JOH_STATUS>
</GetCustomerQuotation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.