POST Api/Post_AddBPContactPerson
Request Information
URI Parameters
None.
Body Parameters
ESPL_MODEL_BP_CONTACT_PERSON| Name | Description | Type | Additional information |
|---|---|---|---|
| BPCode | string |
None. |
|
| Name | string |
None. |
|
| PhoneNo | string |
None. |
|
| WhatsAppNo | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BPCode": "sample string 1",
"Name": "sample string 2",
"PhoneNo": "sample string 3",
"WhatsAppNo": "sample string 4",
"Email": "sample string 5"
}
application/xml, text/xml
Sample:
<ESPL_MODEL_BP_CONTACT_PERSON xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESPL_ERP_API"> <BPCode>sample string 1</BPCode> <Email>sample string 5</Email> <Name>sample string 2</Name> <PhoneNo>sample string 3</PhoneNo> <WhatsAppNo>sample string 4</WhatsAppNo> </ESPL_MODEL_BP_CONTACT_PERSON>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |