PUT api/EInvoiceApply/Update
Request Information
URI Parameters
None.
Body Parameters
EInvoiceApplyUpdateDtoName | Description | Type | Additional information |
---|---|---|---|
Title | string |
None. |
|
Author | string |
None. |
|
string |
None. |
||
Phone | string |
None. |
|
Address | string |
None. |
|
Notes | string |
None. |
|
IsConfirmed | boolean |
None. |
|
ID | globally unique identifier |
Required |
|
CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "title": "sample string 1", "author": "sample string 2", "email": "sample string 3", "phone": "sample string 4", "address": "sample string 5", "notes": "sample string 6", "isConfirmed": true, "id": "5d4ec61f-b074-4a6c-8bdf-65f1ad4dd82e", "companyID": "9b066b77-e8f7-4bb8-a270-bb1c59460e6b" }
application/xml, text/xml
Sample:
<EInvoiceApplyUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyID>9b066b77-e8f7-4bb8-a270-bb1c59460e6b</CompanyID> <ID>5d4ec61f-b074-4a6c-8bdf-65f1ad4dd82e</ID> <Address>sample string 5</Address> <Author>sample string 2</Author> <Email>sample string 3</Email> <IsConfirmed>true</IsConfirmed> <Notes>sample string 6</Notes> <Phone>sample string 4</Phone> <Title>sample string 1</Title> </EInvoiceApplyUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"title":"sample string 1","author":"sample string 2","email":"sample string 3","phone":"sample string 4","address":"sample string 5","notes":"sample string 6","isConfirmed":true,"id":"5d4ec61f-b074-4a6c-8bdf-65f1ad4dd82e","companyID":"9b066b77-e8f7-4bb8-a270-bb1c59460e6b"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.