POST api/Customer
Request Information
URI Parameters
None.
Body Parameters
tbl_customer| Name | Description | Type | Additional information |
|---|---|---|---|
| customer_id | integer |
None. |
|
| customer_name | string |
None. |
|
| customer_address | string |
None. |
|
| customer_tin | string |
None. |
|
| contact | string |
None. |
|
| isDeleted | boolean |
None. |
|
| createdBy | integer |
None. |
|
| creditLimit | decimal number |
None. |
|
| dateCreated | date |
None. |
|
| storeId | integer |
None. |
|
| tbl_quotation | Collection of tbl_quotation |
None. |
|
| tbl_sales | Collection of tbl_sales |
None. |
|
| tbl_transactions | Collection of tbl_transactions |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
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. |