Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NEW VERSION This is v1.0 of the Business Central API. For the newest version, see Business Central API (V2.0).
Represents an irs1099Codes object in Business Central. IRS 1099 codes are used for reporting to the IRS.
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
Method | Return Type | Description |
---|---|---|
GET irs1099Codes | irs1099Codes | Gets an IRS 1099 code. |
POST irs1099Codes | irs1099Codes | Creates an IRS 1099 code. |
PATCH irs1099Codes | irs1099Codes | Update an IRS 1099 code. |
DELETE irs1099Codes | none | Delete an IRS 1099 code. |
Properties
Property | Type | Description |
---|---|---|
id | GUID | The unique ID of the IRS 1099 Code. Non-editable. |
code | string | Specifies the IRS 1099 Code. |
displayName | string | Specifies the IRS 1099 Code display name. |
minimumReportable | decimal | Specifies the minimum value for this box that must be reported to the IRS on a 1099 form. |
lastModifiedDateTime | datetime | The last datetime the IRS 1099 Code was modified. Read-Only. |
Relationships
None
JSON representation
Here is a JSON representation of the irs1099Codes.
{
"id": "GUID",
"code": "string",
"displayName": "string",
"minimumReportable": "decimal",
"lastModifiedDateTime": "datetime"
}