diff --git a/source/includes/_services.md b/source/includes/_services.md index 834dc433..bcc09506 100644 --- a/source/includes/_services.md +++ b/source/includes/_services.md @@ -316,8 +316,39 @@ curl -X POST \ ### HTTP Request -`{corpToken}/services/RevenueRecognition/UpdateTransactionExportStatus` +`{corpToken}/services/BillMasterSyncBatch` Parameter | Required | Description ------ | -------- | ----- BhRestToken | yes | Token that represents a session established by the login process. Must be sent with all subsequent requests to the API. The session key can be provided in the BhRestToken query string, a cookie, or an HTTP header. + +## PUT /services/BillMasterSyncBatch + +Allows the API user to sync the Invoice Term information for one or more BillMasters. + +``` shell +curl -X PUT \ + https://rest.bullhorn.com/rest-services/e999/services/BillMasterSyncBatch + +# Example Request +{ + "billableChargeIds": [1,2,3] +} + +# Example Response +{ + "changedEntityType": "BillMasterSyncBatch", + "changedEntityId": 123, + "changeType": "INSERT", + "data": { + } +} +``` + +### HTTP Request + +`{corpToken}/services/RevenueRecognition/UpdateTransactionExportStatus` + +Parameter | Required | Description +------ | -------- | ----- +BhRestToken | yes | Token that represents a session established by the login process. Must be sent with all subsequent requests to the API. The session key can be provided in the BhRestToken query string, a cookie, or an HTTP header. \ No newline at end of file diff --git a/source/includes/entityref/paybill/_billmaster.md b/source/includes/entityref/paybill/_billmaster.md index 31506e0e..8753eff6 100644 --- a/source/includes/entityref/paybill/_billmaster.md +++ b/source/includes/entityref/paybill/_billmaster.md @@ -89,34 +89,47 @@ Read-only entity that represents a BillMaster record.
Associated EarnCode.
@@ -130,14 +143,14 @@ Read-only entity that represents a BillMaster record.Transaction date
| BillMasterSyncBatch fields | +Type | +Description | +Not null | +Read-only | +
|---|---|---|---|---|
| id | +Integer | +Unique identifier for this entity. | +X | +X | +
| batchStatus | +To-one association |
+
+ The associated BatchStatusLookup representing the status of the batch. +Default fields: +
|
+ X | ++ |
| billMasters | +To-many association |
+
+ Associated list of BillMasters. +Default fields: +
|
+ + | X | +
| dateAdded | +Timestamp | +Timestamp representing when this batch was added | +X | +X | +
| dateLastModified | +Timestamp | +Timestamp representing when this batch was last modified | +X | +X | +