Skip to content

Unable to create contract in sage intacct #246

Description

@Aswiapoorva

While creating the contracts like below
var createContract = new ContractCreate
{
ContractName = "Sample Contract",
CustomerId = "C1234",
BillToContactName = "eCapital, Inc.(CC-7009)",
ShipToContactName = "eCapital, Inc.(CC-7009)",
BeginDate = DateTime.Now,
EndDate = new DateTime(2024, 5, 22),
BillingFrequency = "Monthly",
PaymentTerm = "Net 7",
LocationId = "E-102"
};

var response = client.Execute(createContract);
I am getting the error as "Date is not valid: '04-22-2024' "

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions