PUT api/InvoiceSharedAndComments/Update
Request Information
URI Parameters
None.
Body Parameters
InvoiceSharedAndCommentsUpdateDtoName | Description | Type | Additional information |
---|---|---|---|
InvoiceSharedAndCommentType | InvoiceSharedAndCommentType |
None. |
|
Title | string |
None. |
|
string |
None. |
||
Comment | string |
None. |
|
CustomerID | globally unique identifier |
None. |
|
InvoiceID | globally unique identifier |
None. |
|
ID | globally unique identifier |
Required |
|
CompanyID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "invoiceSharedAndCommentType": 1, "title": "sample string 1", "email": "sample string 2", "comment": "sample string 3", "customerID": "acaa28e5-2862-47cc-93e8-9fcb1d38d45c", "invoiceID": "33881c6f-9e4a-45ba-bf89-5a7977b9bc90", "id": "91e1c4ff-6aca-457a-bfa4-38b7b8747027", "companyID": "403c8a6e-7ae2-4a0b-a41d-3aa8cf68da36" }
application/xml, text/xml
Sample:
<InvoiceSharedAndCommentsUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyID>403c8a6e-7ae2-4a0b-a41d-3aa8cf68da36</CompanyID> <ID>91e1c4ff-6aca-457a-bfa4-38b7b8747027</ID> <Comment>sample string 3</Comment> <CustomerID>acaa28e5-2862-47cc-93e8-9fcb1d38d45c</CustomerID> <Email>sample string 2</Email> <InvoiceID>33881c6f-9e4a-45ba-bf89-5a7977b9bc90</InvoiceID> <InvoiceSharedAndCommentType>Comment</InvoiceSharedAndCommentType> <Title>sample string 1</Title> </InvoiceSharedAndCommentsUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"invoiceSharedAndCommentType":1,"title":"sample string 1","email":"sample string 2","comment":"sample string 3","customerID":"acaa28e5-2862-47cc-93e8-9fcb1d38d45c","invoiceID":"33881c6f-9e4a-45ba-bf89-5a7977b9bc90","id":"91e1c4ff-6aca-457a-bfa4-38b7b8747027","companyID":"403c8a6e-7ae2-4a0b-a41d-3aa8cf68da36"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.