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": "ccc1af0d-6fe0-483a-a2bd-2ef7967365fd", "invoiceID": "2fbbfcff-08f2-4255-a7f9-18ab7ab5dec9", "id": "989abafb-cb2e-4a0a-9657-a2fced55a8ce", "companyID": "4676c5b4-d9ac-4ac2-84dd-e9277bb05b62" }
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>4676c5b4-d9ac-4ac2-84dd-e9277bb05b62</CompanyID> <ID>989abafb-cb2e-4a0a-9657-a2fced55a8ce</ID> <Comment>sample string 3</Comment> <CustomerID>ccc1af0d-6fe0-483a-a2bd-2ef7967365fd</CustomerID> <Email>sample string 2</Email> <InvoiceID>2fbbfcff-08f2-4255-a7f9-18ab7ab5dec9</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":"ccc1af0d-6fe0-483a-a2bd-2ef7967365fd","invoiceID":"2fbbfcff-08f2-4255-a7f9-18ab7ab5dec9","id":"989abafb-cb2e-4a0a-9657-a2fced55a8ce","companyID":"4676c5b4-d9ac-4ac2-84dd-e9277bb05b62"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.