POST api/Customers/SaveWorker
Request Information
URI Parameters
None.
Body Parameters
WorkerDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerId | integer |
None. |
|
| Name | string |
None. |
|
| string |
None. |
||
| ContactNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CustomerId": 2,
"Name": "sample string 3",
"Email": "sample string 4",
"ContactNumber": "sample string 5"
}
application/xml, text/xml
Sample:
check
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.