Create new posting transaction from Simphony/POS

post

/spms/v2/ships/{shipId}/financials/folios

Request

Supported Media Types
Path Parameters
Body ()
Required to create posting
Root Schema : CreatePOSPostingRequest
Match All
Show Source
Nested Schema : CreatePOSPosting
Type: object
Title: CreatePOSPosting
Show Source
Nested Schema : ItemDetails
Type: object
Title: ItemDetails
Show Source
Nested Schema : exchangeRate
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Example:
[
    {
        "itemNumber":"558950185",
        "itemName":"BLUE ORB",
        "quantity":"1",
        "totalAmount":"100",
        "isVoided":false,
        "isReturn":false,
        "itemType":"MENUITEM",
        "remark":"test",
        "majorGroup":"101",
        "familyGroup":"1001",
        "saleItemizer":"1",
        "isItemPostedToMicros":false,
        "isItemDiscount":false,
        "itemIndex":"0",
        "discountItemizer":"3",
        "voidLink":"0",
        "itemPosSimphonyLink":"0",
        "typeDefinition":"000000110001100000000010000000000100010000000000000000000000000000000000000000000000000000000000",
        "taxType":"0000000000000000",
        "taxTotal":"10",
        "detailLink":"1"
    },
    {
        "itemNumber":"558950186",
        "itemName":"Cabin Charge",
        "quantity":"1",
        "totalAmount":"100",
        "isVoided":false,
        "isReturn":false,
        "itemType":"TENDERMEDIA",
        "remark":"test",
        "majorGroup":"0",
        "familyGroup":"0",
        "saleItemizer":"0",
        "isItemPostedToMicros":false,
        "isItemDiscount":false,
        "itemIndex":"0",
        "discountItemizer":"3",
        "voidLink":"0",
        "itemPosSimphonyLink":"1234567",
        "typeDefinition":"000000110001100000000010000000000100010000000000000000000000000000000000000000000000000000000000",
        "taxType":"0000000000000000",
        "taxTotal":"0",
        "detailLink":"6"
    }
]
Nested Schema : salesContext
Type: array
Show Source
Example:
[
    {
        "salesItemizerNumber":"1",
        "salesItemizerAmount":"100",
        "autoServiceChargeAmount":"0",
        "discountAmount":"0",
        "tipAmount":"10",
        "taxAmount":"10"
    },
    {
        "salesItemizerNumber":"2",
        "salesItemizerAmount":"20",
        "autoServiceChargeAmount":"0",
        "discountAmount":"0",
        "tipAmount":"0",
        "taxAmount":"5"
    }
]
Nested Schema : ItemsPOS
Type: object
Title: ItemsPOS
Show Source
Nested Schema : SalesContext
Type: object
Title: SalesContext
Show Source
Back to Top

Response

Supported Media Types

201 Response

Created

400 Response

Bad Request
Body ()
Root Schema : schema
Match All
Show Source
Example:
{
    "type":"HTTP://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2",
    "title":"Bad Request",
    "detail":"Department ID 1 is not found"
}
Nested Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

401 Response

Unauthorized
Body ()
Root Schema : schema
Match All
Show Source
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
Body ()
Root Schema : schema
Match All
Show Source
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
Body ()
Root Schema : schema
Match All
Show Source
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
Body ()
Root Schema : schema
Match All
Show Source
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
Body ()
Root Schema : schema
Match All
Show Source
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
Body ()
Root Schema : schema
Match All
Show Source
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
Body ()
Root Schema : schema
Match All
Show Source
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
Back to Top