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": "c138bca4-f01d-457f-8b8d-add223b39b64", "invoiceID": "bab03d0f-8014-474b-b45a-90fc4f702b86", "id": "a11ca108-79ca-4f06-8fbb-af46ade2c3a6", "companyID": "9a1eb56b-8ad3-4113-a675-b9e8c1ecdc7c" }
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>9a1eb56b-8ad3-4113-a675-b9e8c1ecdc7c</CompanyID> <ID>a11ca108-79ca-4f06-8fbb-af46ade2c3a6</ID> <Comment>sample string 3</Comment> <CustomerID>c138bca4-f01d-457f-8b8d-add223b39b64</CustomerID> <Email>sample string 2</Email> <InvoiceID>bab03d0f-8014-474b-b45a-90fc4f702b86</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":"c138bca4-f01d-457f-8b8d-add223b39b64","invoiceID":"bab03d0f-8014-474b-b45a-90fc4f702b86","id":"a11ca108-79ca-4f06-8fbb-af46ade2c3a6","companyID":"9a1eb56b-8ad3-4113-a675-b9e8c1ecdc7c"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.