Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
This method allows you
Excerpt

Use this method to set the process

to receive

of receiving the POD (Proof of Delivery) in Komet Sales and associate it to a certain order.

Tip

Valid values: Company.


Filter by label (Content by label)
showLabelsfalse
max5
sorttitle
titleRelated Articles
cqllabel in ( "pod" , "proof-of-delivery" , "invoice-creation" )
labelsproof-of-delivery invoice-creation POD

Request


URL: https://api.kometsales.com/api/invoice.pod.receive

Method: POST

Content-Type: Application/JSON


Input Parameters

authenticationToken (required)(string:50)

:

Komet Sales security token.


invoiceNumber (required)(integer:10)

: invoice

Invoice number.


proofOfDeliveryfile (required)(bytes)

: bytes

Bytes of the file that you

want to store.Sample Request

are storing.


Code Block
 {
    "authenticationToken": "token_info_goes_here",
    "invoiceNumber":"114495", 
    "proofOfDeliveryfile":"bytes_of_the_file_
goes
go_here"
   }

Response

Output


status (integer:1)

: transaction

Transaction status.

1 for success or 0 for failure.

Valid values: 1 = Success | 0 = Failure


message (string:500)

: description of the status of the transaction.Sample Response

Transaction status description.


Code Block
{
  "status": "1",
  "message": "The proof of delivery was successfully received"
  }
Filter by label (Content by label)showLabelsfalsemax5sorttitletitleRelated Articlescqllabel in ( "pod" , "proof-of-delivery" , "invoice-creation" )labelsproof-of-delivery invoice-creation POD
We've encountered an issue exporting this macro. Please try exporting this page again later.