POST api/v1/customerservices/addservice
Request Information
URI Parameters
None.
Body Parameters
CustomerService| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ServiceId | integer |
None. |
|
| OldServiceId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| StatusId | integer |
None. |
|
| PromotionalPackageId | integer |
None. |
|
| CustomerPromotionalPackageBalanceId | integer |
None. |
|
| Customers | Customer |
None. |
|
| CustomerServiceBranches | Collection of Branch |
None. |
|
| CustomerServiceStatus | CustomerServiceStatus |
None. |
|
| Services | Service |
None. |
|
| Quantity | integer |
None. |
|
| Commentary | string |
None. |
|
| UserId | integer |
None. |
|
| SpecialServiceId | integer |
None. |
|
| DateCanceled | date |
None. |
|
| PromotionalPackage | PromotionalPackage |
None. |
|
| SpecialService | SpecialService |
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
ResponseModelOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
|
| Pagination | Pagination |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.