POST api/userAppointments/UserReturnInvoice_Update
Request Information
URI Parameters
None.
Body Parameters
UserReturnInvoiceUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PerformedByUserId | integer |
None. |
|
| ServicesObject | string |
None. |
|
| ReaturnReason | string |
None. |
|
| Tax | decimal number |
None. |
|
| ServicesTotalPrice | decimal number |
None. |
|
| Language | string |
None. |
|
| RefundType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"PerformedByUserId": 2,
"ServicesObject": "sample string 3",
"ReaturnReason": "sample string 4",
"Tax": 5.0,
"ServicesTotalPrice": 6.0,
"Language": "sample string 7",
"RefundType": "sample string 8"
}
text/xml
Sample:
<UserReturnInvoiceUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeautyBook.Entities.V1"> <Id xmlns="http://schemas.datacontract.org/2004/07/">1</Id> <Language xmlns="http://schemas.datacontract.org/2004/07/">sample string 7</Language> <PerformedByUserId xmlns="http://schemas.datacontract.org/2004/07/">2</PerformedByUserId> <ReaturnReason xmlns="http://schemas.datacontract.org/2004/07/">sample string 4</ReaturnReason> <RefundType xmlns="http://schemas.datacontract.org/2004/07/">sample string 8</RefundType> <ServicesObject xmlns="http://schemas.datacontract.org/2004/07/">sample string 3</ServicesObject> <ServicesTotalPrice xmlns="http://schemas.datacontract.org/2004/07/">6</ServicesTotalPrice> <Tax xmlns="http://schemas.datacontract.org/2004/07/">5</Tax> </UserReturnInvoiceUpdate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.