Share via


irs1099Codes resource type

Represents an irs1099Codes object in Dynamics 365 Business Central. IRS 1099 codes are used for reporting to the IRS.

Note

For information about enabling APIs for Dynamics NAV 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"
}

See also

Working with Dynamics 365 Business Central in Microsoft Graph
Enabling the APIs for Dynamics 365 Business Central
Endpoints for the APIs
Error Codes
Get IRS 1099
Post IRS 1099
Patch IRS 1099
Delete IRS 1099