Create new payment posting
post
/spms/v2/ships/{shipId}/financials/folios/payment
Request
Supported Media Types
- application/json
Path Parameters
Required to create payment
Nested Schema : CreatePayment
Type:
object
Title:
Show Source
CreatePayment
-
invoiceWindowNumbers(required):
array invoiceWindowNumbers
1 - Invoice window number 1, 2 - Invoice window number 2, 3 - Invoice window number 3, 4 - Invoice window number 4, P - Package Invoice, Package invoice cannot process with other invoice window numbers
-
isDisablePostingStatus:
boolean
Disabled payer posting statusExample:
false
-
payerId(required):
integer
Payer IdExample:
3118243
-
paymentNotes:
string
Maximum Length:
40
Pattern:^[a-zA-ZÀ-ÖØ-öø--9 _,?/.\-+*n~!@#$%&{}[]()=|^'":;@`]*$
payment notesExample:comment 1
-
subDepartmentCode(required):
string
Maximum Length:
10
Pattern:^[a-zA-ZÀ-ÖØ-öø--9 _,?/.\-+*n~!@#$%&{}[]()=|^'":;@`]*$
Sub department codeExample:1001
-
totalAmount(required):
number
total amountExample:
100
Nested Schema : invoiceWindowNumbers
Type:
array
1 - Invoice window number 1, 2 - Invoice window number 2, 3 - Invoice window number 3, 4 - Invoice window number 4, P - Package Invoice, Package invoice cannot process with other invoice window numbers
Show Source
Example:
[
"1"
]
Response
Supported Media Types
- application/json
201 Response
Created
Root Schema : CreatePaymentResponse
Match All
Show Source
-
object
CreatePaymentResponse
Title:
CreatePaymentResponse
Nested Schema : CreatePaymentResponse
Type:
object
Title:
Show Source
CreatePaymentResponse
-
buyerId:
integer
Buyer IdExample:
3118243
-
id:
integer
Payment IdExample:
1
-
invoiceWindowNumber:
string
invoice window numberExample:
1
-
packagePlanId:
integer
Package plan idExample:
1001
-
payerId:
integer
Payer IdExample:
3118243
-
paymentNotes:
string
payment notesExample:
Comment 1
-
subDepartmentCode:
string
Sub department codeExample:
1001
-
totalAmount:
number
total amountExample:
100
400 Response
Bad Request
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"HTTP://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2",
"title":"Bad Request",
"detail":"subDepartmentCode 1 is not found"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
401 Response
Unauthorized
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"HTTP://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2",
"title":"Unauthorised",
"detail":"Valid token is required to access this resource"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
403 Response
Forbidden
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"HTTP://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4",
"title":"Forbidden",
"detail":"Access to this resource was forbidden"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
405 Response
Method Not Allowed
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6",
"title":"Method Not Supported",
"detail":"HTTP method not supported for this resource"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
406 Response
Not Acceptable
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"HTTP://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.7",
"title":"Not Acceptable",
"detail":"Request a Mime type that is supported for this Resource"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
415 Response
Unsupported Media Type
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"HTTP://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.16",
"title":"Invalid content",
"detail":"Content type Not supported"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
500 Response
Internal Server Error
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1",
"title":"Internal Server Error",
"detail":"Issue fulfilling request. Please retry or contact support"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
503 Response
Service Unavailable
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4",
"title":"Service Unavailable",
"detail":"Service Unavailable. Try again later"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
504 Response
Gateway Timeout
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4",
"title":"Gateway Timeout",
"detail":"Settlement time out"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source