POST SetCustomerPaymentData
Request Information
URI Parameters
None.
Body Parameters
CustomerPaymentMasterEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerCode | string |
None. |
|
| PaymentTypeID | integer |
None. |
|
| RefrenceNo | string |
None. |
|
| Amount | decimal number |
None. |
|
| Attachment | string |
None. |
|
| Remark | string |
None. |
|
| ActivityID | integer |
None. |
|
| UserID | integer |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerCode": "sample string 1",
"PaymentTypeID": 2,
"RefrenceNo": "sample string 3",
"Amount": 4.1,
"Attachment": "sample string 5",
"Remark": "sample string 6",
"ActivityID": 7,
"UserID": 8,
"Latitude": 9.1,
"Longitude": 10.1
}
application/xml, text/xml
Sample:
<CustomerPaymentMasterEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SF_API.Entity.Customer"> <ActivityID>7</ActivityID> <Amount>4.1</Amount> <Attachment>sample string 5</Attachment> <CustomerCode>sample string 1</CustomerCode> <Latitude>9.1</Latitude> <Longitude>10.1</Longitude> <PaymentTypeID>2</PaymentTypeID> <RefrenceNo>sample string 3</RefrenceNo> <Remark>sample string 6</Remark> <UserID>8</UserID> </CustomerPaymentMasterEntity>
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. |