POST api/QuickDocumentSettings/CreateInvoiceWithQuickDocument
Request Information
URI Parameters
None.
Body Parameters
CreateInvoiceWithQuickDocumentRequestName | Description | Type | Additional information |
---|---|---|---|
Type | QuickDocumentType |
None. |
|
CustomerId | globally unique identifier |
None. |
|
InvoiceAmount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "type": 1, "customerId": "ca8cefd7-5524-48f7-b5aa-388765131e85", "invoiceAmount": 2.1 }
application/xml, text/xml
Sample:
<CreateInvoiceWithQuickDocumentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs.QuickDocumentSettings"> <CustomerId>ca8cefd7-5524-48f7-b5aa-388765131e85</CustomerId> <InvoiceAmount>2.1</InvoiceAmount> <Type>NAKLIYE</Type> </CreateInvoiceWithQuickDocumentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"type":1,"customerId":"ca8cefd7-5524-48f7-b5aa-388765131e85","invoiceAmount":2.1}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.