PMS REST API
Online documentation
BillingInstruction
Billing Instruction
| Property Name | Type | Description |
| BillingInstructionId | long? | Unique Id of BillingInstruction |
| ReservationId | long? |
Unique Id of Reservation Mandatory field for Insert |
| ProfileId | long? |
Unique Id of Profile Mandatory field for Insert |
| FromDate | DateTime? | From date |
| ToDate | DateTime? | To date |
| Note | string | Billing Instruction Note |
| DepartmentCodes | List< DepartmentOption > |
List of Department Unique Codes REMARK: In case at least one element Department exist in the update request, the values in the request will owerwrite existing list (the values not presented in the request will be deleted) |
| BillingInstructionGroupList | List< BillingInstructionGroupData > |
List of Billing Instruction Group Unique Codes REMARK: In case at least one element BillingInstructionGroupData exist in the update request, the values in the request will owerwrite existing list (the values not presented in the request will be deleted) |

